Add support for a license-file manifest key
authorAlex Crichton <alex@alexcrichton.com>
Tue, 25 Nov 2014 06:18:54 +0000 (22:18 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 25 Nov 2014 17:33:16 +0000 (09:33 -0800)
commit5acb5f567b2f81f727ffd7be12e8f1a689c198bc
tree17dfaff08870b50d782f8b04199d23b289261907
parentb9ff1a3af5664ec08e5f0c7d1eded6a5a9e5c675
Add support for a license-file manifest key

This key will support projects with nonstandard licenses and the registry will
display the license as "nonstandard".

Closes #940
src/cargo/core/manifest.rs
src/cargo/ops/cargo_package.rs
src/cargo/ops/registry.rs
src/cargo/util/toml.rs
src/doc/manifest.md
src/registry/lib.rs
tests/test_cargo_package.rs
tests/test_cargo_registry.rs